Version:
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.1.0
Thread model: posix
This was made with commands:
| deploy: | |
| docker compose down -v && docker compose up -d |
| import requests | |
| key = "" | |
| bin_id = "" | |
| url = f"" | |
| headers = { | |
| "X-Master-Key": key, | |
| "Content-Type": "application/json" | |
| } |
| #!/bin/bash | |
| # shellcheck disable=SC2154 | |
| # (silence shellcheck wrt $cam1 environment variable) | |
| if [[ $# -lt 4 ]]; then echo "Format: [narrow=1] [cam1=1] $0 width height framerate ms [us]"; exit; fi | |
| if [[ "$(( $1 % 2 ))" -eq 1 ]]; then echo "width has to be even"; exit; fi | |
| if [[ "$(( $2 % 2 ))" -eq 1 ]]; then echo "height has to be even"; exit; fi | |
| export SHTR=""; if [[ $# -gt 4 ]]; then SHTR="--shutter"; fi | |
| export workaround=""; if [[ "" != "$(grep '=bookworm' /etc/os-release)" ]]; then workaround="--no-raw"; fi | |
| export d=10; if [[ "" != "$(grep "Revision.*: ...17.$" /proc/cpuinfo)" ]]; then if [[ "$cam1" == "" ]]; then d=10; else d=11; fi; fi | |
| for((m=0; m<=5; ++m)) |
| # copied from https://github.com/tulir/mautrix-telegram/blob/master/mautrix_telegram/util/parallel_file_transfer.py | |
| # Copyright (C) 2021 Tulir Asokan | |
| import asyncio | |
| import hashlib | |
| import inspect | |
| import logging | |
| import math | |
| import os | |
| from collections import defaultdict | |
| from typing import Optional, List, AsyncGenerator, Union, Awaitable, DefaultDict, Tuple, BinaryIO |
Launch a new agent that has access to the following tools: Bash, Glob, Grep, LS, exit_plan_mode, Read, Edit, MultiEdit, Write, NotebookRead, NotebookEdit, WebFetch, TodoRead, TodoWrite, WebSearch. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries, use the Agent tool to perform the search for you.
When to use the Agent tool:
When NOT to use the Agent tool:
This is a mini project inspired by a chat over HDI vs GDP gaps we had with a couple of friends after a class of Macroeconomics. (Economics of Distribution by Professor. TORUL, regards)
The analysis seeks to find outliers in global development:
Note: The code examples below should work on RedM. On other frameworks, you may need to adjust some function names.
To create a prompt, start with _UI_PROMPT_REGISTER_BEGIN (0x04F97DE45A519419), set up some settings, then finish with _UI_PROMPT_REGISTER_END (0xF7AA2696A22AD8B9). While there's a native to create prompts (_UI_PROMPT_CREATE (0x29FA7910726C3889)), there aren't many exemples around.
A prompt basically needs a control and a text. You can find a list of controls here Controls (femga/rdr3_discoveries). The text has to be created with VAR_STRING (0xFA925AC00EB830B9).
The API URL for searching jobs is: https://www.linkedin.com/jobs-guest/jobs/api/seeMoreJobPostings/search, and it can be called this way, returning jobs from all categories.
| Parameter | Description |
|---|
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
Console tab